-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TABLED: Review a few articles reorganized by ChatGPT #44
base: 2020
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to keep the CLI explanation and maybe add back what's been removed.
the site I was working on. This is not a statement that this method is the most | ||
efficient technique. Please feel free to improve the document as you see fit. | ||
|
||
First a quick TL;DR of `wget` options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep those notes.
npm install underscore-cli cat site.har | underscore select '.entries .request | ||
.url' \> workfile.txt | ||
|
||
- Remove first and last lines (its a JSON array and we want one document per |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep those notes.
Humans like to get human friendly explanations and/or rewording in context what the docs says
documents and then export using the "Save as HAR" feature. | ||
- Extract urls from har file using `underscore-cli` | ||
|
||
npm install underscore-cli cat site.har | underscore select '.entries .request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's probably something better than underscore-cli today.
34fb05c
to
311f1e4
Compare
9065806
to
aeb65a5
Compare
eb79ea1
to
803d49f
Compare
5f0db3d
to
b1e4276
Compare
Because it is better at organizing text than I